ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ListBox<T> Class / MaxHeight Property

In This Topic
    MaxHeight Property
    In This Topic
    Gets or sets the maximum height of the list.
    Syntax
    'Declaration
     
    
    Public Property MaxHeight As Double
    public double MaxHeight {get; set;}
    See Also